home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / etc / sane.d / plustek_pp.conf < prev    next >
Text File  |  2009-10-14  |  943b  |  41 lines

  1. # Plustek-PP SANE Backend configuration file
  2. # For use with Plustek parallel-port scanners 
  3. #
  4.  
  5. #
  6. # user either [direct] or [kernel] to access the scanner
  7. # when using [kernel], device specifies the device-node, which is created
  8. # by the kernel-module loader (applies only to Linux)
  9. # when using [direct], device is used to set the parallel-port base address
  10. # or a device-name suitable for libieee1284, i.e. parport0
  11. #
  12. #[direct]
  13. #device 0x378
  14.  
  15. #
  16. # example for accessing the scanner via libieee1284
  17. #
  18. [direct]
  19. device parport0
  20.  
  21. #
  22. # leave the default values as specified in /etc/modules.conf
  23. #
  24. option warmup    -1
  25. option lOffOnEnd -1
  26. option lampOff   -1
  27.  
  28. # model override switch, mostly for cosmetic changes, if the autodetection
  29. # does not work or could not work correctly
  30. #option mov 7
  31.  
  32. #
  33. # example for accessing the scanner via the kernel module
  34. #
  35. #[kernel]
  36. #device /dev/pt_drv
  37. #
  38. #option warmup    -1
  39. #option lOffOnEnd -1
  40. #option lampOff   -1
  41.